home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_g / gaw110.zip / README < prev   
Text File  |  1992-06-27  |  4KB  |  120 lines

  1. FILE
  2.     README - introduction to the genetic algorithm workbench disk
  3.  
  4. Copyright (C) Mark Hughes 1989. All rights reserved.
  5.  
  6. WHAT IS THIS?
  7. -------------
  8.  
  9. This file is distributed with a compressed archive containing a
  10. program call the Genetic Algorithm Workbench and its documentation.
  11.  
  12. The program is an interactive tool/demonstration for experimentation with
  13. genetic algorithms (see next).  It enables you to set problems (i.e. draw
  14. a function f(x) using a mouse) and to try out different flavours of genetic
  15. algorithm to see how well they can find the global maximum of the function.
  16.  
  17. WHAT IS A GENETIC ALGORITHM?
  18. ----------------------------
  19.  
  20. The documentation gives a far more useful explanation, but briefly:
  21.  
  22. A genetic algorithm is an optimisation/search technique based on evolution.
  23. They are extremely effective algorithms for solving very complex multi-variable
  24. optimisation problems and have generated interest in a wide range of
  25. engineering fields.
  26.  
  27. HOW DO I USE THIS SOFTWARE?
  28. ---------------------------
  29.  
  30. To run the program, you must have access to an IBM compatible personal
  31. computer running MS-DOS or PC-DOS, a mouse and an EGA compatible display.
  32. It will work in VGA mode, but unless the VGA display is put into EGA
  33. emulation will give a squashed display.
  34.  
  35. If you have access to such a machine, you will need to extract the files from
  36. the archive. To extract the files, you either need a PC with one hard and one
  37. floppy drive, or a PC with two floppy drives, one of which must be high
  38. capacity (i.e. 1.2M or 1.44M).
  39.  
  40. If you have a hard disk, make a new directory and ensure there is at least
  41. 550K of free space on the disk. Assuming that your floppy drive is drive a:,
  42. change to the new hard disk directory and extract the files by inserting
  43. the distribution disk in drive a: and typing
  44.  
  45.     a:pkunzip a:gaw.zip
  46.  
  47. If you have a 1.2M drive as drive a:, and a 360K drive as drive b:, you
  48. should insert a blank formatted (1.2M) disk in drive a:, insert the
  49. distribution disk in drive b: and type
  50.  
  51.     a:
  52.     b:pkunzip b:gaw.zip
  53.  
  54. The extraction should result in the following files being created in the
  55. current directory:
  56.  
  57.     gaw.exe    - the Genetic Algorithm Workbench program
  58.  
  59.     gaw.n    - gaw manual (Unformatted ASCII text, uses Unix me macros/tbl)
  60.  
  61.     gaw.ps    - gaw manual (Postscript format)
  62.     fig1.ps    - figure 1 for insertion in the manual (Postscript format)
  63.  
  64.     gaw.fx    - gaw manual (Epson FX80 format)
  65.     fig1.fx    - figure 1 (Epson FX80 format)
  66.  
  67. If you have plenty of disk space, you can extract the files by copying the
  68. file gaw.zip into an empty directory and typing
  69.  
  70.     pkuzip gaw.zip
  71.  
  72. This will have the same effect, but requires enough disk space for both the
  73. extracted files and the archive.
  74.  
  75. The manual gives details of how to run the program.  The ".ps" files should
  76. print out directly on any Postscript compatible printer, and the ".fx" files
  77. should print out on an Epson FX80 or compatible dot matrix printer.
  78.  
  79. If you can't print any of these out, the file "gaw.n" is reasonably readable
  80. with
  81.  
  82.     type gaw.n | more
  83.  
  84. or your favourite file viewer.
  85.  
  86. Apologies for the need to paste the figure into the manual by hand. Isn't 
  87. technology wonderful?
  88.  
  89. Have fun,
  90.  
  91. Mark Hughes
  92. 256 Milton Road, Cambridge, CB4 1LQ.
  93. mrh@camcon.co.uk
  94.  
  95. TERMS UNDER WHICH YOU MAY USE/DISTRIBUTE THIS SOFTWARE:
  96. -------------------------------------------------------
  97.  
  98. The Genetic Algorithm Workbench program and its documentation are copyright
  99. and may not be copied or distributed without written permission from the
  100. author with the following exceptions:
  101.  
  102. (1) Copies of the software and this documentation may be made and passed
  103. on to any third party provided that all the files on the distribution disk
  104. are distributed together in unmodified form, and providing that no profit is
  105. made from such distribution.
  106.  
  107. (2) A reasonable number of copies may be made of the software for the purpose
  108. of archiving to guard against corruption of the working copy of the software.
  109.  
  110. The software can be used without restriction or payment, but you are
  111. encouraged to send an appropriate contribution in sterling to the author
  112. if you feel that the program has been of use.  See above for the author's
  113. address.
  114.  
  115. No warranty is given that this software is fit for any purpose, nor that it
  116. will perform as described in this manual.  You use it entirely at your own
  117. risk.
  118.  
  119. END OF FILE: README
  120.